home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 29
/
PCMania CD29.iso
/
hammer
/
others.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-02-09
|
82 b
|
8 lines
@echo off
:here
cd \demos
demo.exe
if errorlevel 5 goto end
goto here
:end